3.983 \(\int \frac {(1-x)^n (1+x)^{-n}}{x^2} \, dx\)

Optimal. Leaf size=44 \[ -\frac {2 (1-x)^{n+1} (x+1)^{-n-1} \, _2F_1\left (2,n+1;n+2;\frac {1-x}{x+1}\right )}{n+1} \]

[Out]

-2*(1-x)^(1+n)*(1+x)^(-1-n)*hypergeom([2, 1+n],[2+n],(1-x)/(1+x))/(1+n)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 44, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.056, Rules used = {131} \[ -\frac {2 (1-x)^{n+1} (x+1)^{-n-1} \, _2F_1\left (2,n+1;n+2;\frac {1-x}{x+1}\right )}{n+1} \]

Antiderivative was successfully verified.

[In]

Int[(1 - x)^n/(x^2*(1 + x)^n),x]

[Out]

(-2*(1 - x)^(1 + n)*(1 + x)^(-1 - n)*Hypergeometric2F1[2, 1 + n, 2 + n, (1 - x)/(1 + x)])/(1 + n)

Rule 131

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_), x_Symbol] :> Simp[((b*c -
a*d)^n*(a + b*x)^(m + 1)*Hypergeometric2F1[m + 1, -n, m + 2, -(((d*e - c*f)*(a + b*x))/((b*c - a*d)*(e + f*x))
)])/((m + 1)*(b*e - a*f)^(n + 1)*(e + f*x)^(m + 1)), x] /; FreeQ[{a, b, c, d, e, f, m, p}, x] && EqQ[m + n + p
 + 2, 0] && ILtQ[n, 0]

Rubi steps

\begin {align*} \int \frac {(1-x)^n (1+x)^{-n}}{x^2} \, dx &=-\frac {2 (1-x)^{1+n} (1+x)^{-1-n} \, _2F_1\left (2,1+n;2+n;\frac {1-x}{1+x}\right )}{1+n}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 44, normalized size = 1.00 \[ -\frac {2 (1-x)^{n+1} (x+1)^{-n-1} \, _2F_1\left (2,n+1;n+2;\frac {1-x}{x+1}\right )}{n+1} \]

Antiderivative was successfully verified.

[In]

Integrate[(1 - x)^n/(x^2*(1 + x)^n),x]

[Out]

(-2*(1 - x)^(1 + n)*(1 + x)^(-1 - n)*Hypergeometric2F1[2, 1 + n, 2 + n, (1 - x)/(1 + x)])/(1 + n)

________________________________________________________________________________________

fricas [F]  time = 0.90, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {{\left (-x + 1\right )}^{n}}{{\left (x + 1\right )}^{n} x^{2}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-x)^n/x^2/((1+x)^n),x, algorithm="fricas")

[Out]

integral((-x + 1)^n/((x + 1)^n*x^2), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\left (-x + 1\right )}^{n}}{{\left (x + 1\right )}^{n} x^{2}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-x)^n/x^2/((1+x)^n),x, algorithm="giac")

[Out]

integrate((-x + 1)^n/((x + 1)^n*x^2), x)

________________________________________________________________________________________

maple [F]  time = 0.14, size = 0, normalized size = 0.00 \[ \int \frac {\left (-x +1\right )^{n} \left (x +1\right )^{-n}}{x^{2}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-x+1)^n/x^2/((x+1)^n),x)

[Out]

int((-x+1)^n/x^2/((x+1)^n),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\left (-x + 1\right )}^{n}}{{\left (x + 1\right )}^{n} x^{2}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-x)^n/x^2/((1+x)^n),x, algorithm="maxima")

[Out]

integrate((-x + 1)^n/((x + 1)^n*x^2), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {{\left (1-x\right )}^n}{x^2\,{\left (x+1\right )}^n} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((1 - x)^n/(x^2*(x + 1)^n),x)

[Out]

int((1 - x)^n/(x^2*(x + 1)^n), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\left (1 - x\right )^{n} \left (x + 1\right )^{- n}}{x^{2}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-x)**n/x**2/((1+x)**n),x)

[Out]

Integral((1 - x)**n*(x + 1)**(-n)/x**2, x)

________________________________________________________________________________________